FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ReportObjectList<TItem> Class
The type of elements in the collection.
Members

In This Topic
    ReportObjectList<TItem> Class
    In This Topic
    Represents the list of the ReportObject objects, in compare with ReportObjectCollection<TItem> this class addes List member containing members.
    Object Model
    ReportObjectList<TItem> Class
    Syntax
    'Declaration
     
    Public MustInherit Class ReportObjectList(Of TItem As ReportObject) 
       Inherits ReportObjectCollection(Of TItem)
    public abstract class ReportObjectList<TItem> : ReportObjectCollection<TItem> 
    where TItem: ReportObject
    Type Parameters
    TItem
    The type of elements in the collection.
    Inheritance Hierarchy
    See Also